home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / biz / dbase / db2_5.lha / db2.5 / Examples / ARexxDemos / integerfield.db < prev    next >
Encoding:
Text File  |  1994-11-21  |  166 b   |  8 lines

  1. /* Rexxprogram for db to force a field to contain an integer.
  2.  * By Anders Callertun 1994
  3.  */
  4.  
  5. options results
  6. GETFIELD
  7. if datatype(result,'Whole')=0 then RETRYINPUT
  8.